Static class vs Singleton class in C# [closed]
Posted
by
Floradu88
on Programmers
See other posts from Programmers
or by Floradu88
Published on 2012-03-23T08:33:53Z
Indexed on
2012/03/23
11:39 UTC
Read the original article
Hit count: 500
Possible Duplicate:
What is the difference between all-static-methods and applying a singleton pattern?
I need to make a decision for a project I'm working of whether to use static or singleton.
After reading an article like this I am inclined to use singleton.
What is better to use static class or singleton?
Edit 1 : Client Server Desktop Application.
Please provide code oriented solutions.
© Programmers or respective owner